Skip to content

Conversation

@Shubham-275
Copy link

@Shubham-275 Shubham-275 commented Feb 7, 2026

A warehouse receipt-themed deal finder that uses TinyFish Agent API to scrape Amazon, Best Buy, Target, Walmart, and 4 other retailers simultaneously. Features live browser previews, automatic savings calculations, and sorts results by best discount.

@coderabbitai
Copy link

coderabbitai bot commented Feb 7, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Added Demo
Comment on lines +187 to +188
if STATIC_DIR.exists():
app.mount("/static", StaticFiles(directory=str(STATIC_DIR)), name="static")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why would the directory not exist if it's in the repo folder?



# =============================================================================
# HELPER FUNCTIONS
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these below look a bit fragile, but i see also above there's some json definition in the goal as well.

return sanitized.strip()


def validate_url(url: str) -> Optional[str]:
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't think this is going to actually do anything in practice against someone with intent to break, we're going to a bunch of trusted sites in a hardcoded array anyways, right?

@lozzle lozzle self-requested a review February 12, 2026 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants